Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solved issue with __plugname__ variable across modules #3

Merged
merged 1 commit into from
May 9, 2018
Merged

solved issue with __plugname__ variable across modules #3

merged 1 commit into from
May 9, 2018

Conversation

andreafioraldi
Copy link
Contributor

@andreafioraldi andreafioraldi commented May 9, 2018

Your plugin fails to load due to the __plugname__ variable used across modules. In python variables with two underscores at the beginning are private. I substituted it with PLUGNAME in the misc.py file.
In my test also the appcall to get_libc_version fails and i can't use the plugin.
I'm using ida 7 on wine, the debug server is on linux mint 18 libc 2.23.

@danigargu danigargu merged commit a66e542 into danigargu:master May 9, 2018
@danigargu
Copy link
Owner

merged! many thx 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants